CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 语法分析 ll(1)

搜索资源列表

  1. yufafenxi_ll(1)

    0下载:
  2. 学编译原理时写的一个语法分析程序 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (5)由总控算法判断输入符号串是否为该文法的句型。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5054
    • 提供者:李爱春
  1. 分析程序

    0下载:
  2. 语法分析程序,包括对任意输入LL(1)文法的分析表及字符串,本程序能自动判断所给字符串是\" 否为该文法的句子,并能给出分析过程。-syntax analysis procedures, including the indiscriminate importation of LL (1) grammar analysis table and string, the procedure can automatically determine to a string of "whether
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26928
    • 提供者:chu
  1. grammatica-0[1].4.tar

    0下载:
  2. Grammatica是一个C#和Java的语法分析程序生成器(编译器的编译器)。它可以用LL(k)语法创建可读的和带有注释的源代码。它也支持创建一个运行时语法分析器,带不生成源代码。语法产生式用EBNF描述,使用规则表达式的符号-Grammatica is a C# and Java syntax analysis program generator (compiler compiler). It can be used LL (k) to create readable syntax and
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:494767
    • 提供者:侯为
  1. 某小型语言的预测分析器

    1下载:
  2. 设计一个小型语言,要求有基本的程序语句,给出该小型语言的LL(1)文法,用预测分析法实现对该小型语言的LL(1)文法的语法分析。
  3. 所属分类:编译器/词法分析

  1. LL1

    0下载:
  2. LL(1)预测分析程序代码,演示自上而下语法分析的过程.-compiler
  3. 所属分类:Editor

    • 发布日期:2017-03-31
    • 文件大小:186882
    • 提供者:smartdue
  1. yufafenxi

    1下载:
  2. 语法分析程序 利用C++(或C)编制确定的自顶向下预测分析语法分析程序,并对简单语言进行语法分析。 待分析的简单语言的语法若文法G[ E]为: (1) E –> TE’ (2) E’ –> +TE’ (3) E’ –> e (4) T –> FT’ (5) T’ –> *FT’ (6) T’ –> e (7) F –> (E) (8) F –> i 实验说明 具体要求如下:
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:13133
    • 提供者:chenxue
  1. LL1

    0下载:
  2. 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器-Elimination of left-recursive grammar to make grammar meet to determine the top-down analysis of the conditions for an LL (1) Analysis Parser
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:17056
    • 提供者:余祖澔
  1. newscan

    0下载:
  2. 词法分析,语法分析器,使用LL(1)算法-Lexical analysis, syntax analyzer, the use of LL (1) algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:38152
    • 提供者:赵磊
  1. ll1

    0下载:
  2. LL(1)语法分析源代码,实现了LL(1)语法分析,不同于其他语法分析程序-LL (1) syntax analysis of source code, the realization of the LL (1) syntax analysis, syntax analysis is different from other procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:2045
    • 提供者:liuhongliruc
  1. FS

    0下载:
  2. 设计一个给定LL(1)分析表,输入一个句子,能由依据LL(1)分析表输出与句子对应的语法树。能对语法树生成过程进行模拟。-Designed a given LL (1) analysis table, type a sentence, can be from the basis of LL (1) analysis of the output table corresponds to the grammar and sentence tree. Syntax tree can simulate
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1813
    • 提供者:王志贤
  1. ww

    0下载:
  2. 多个程序,C++编写的。自己在做编译课设时搜集参考用的,呵呵,都放上来了,有各种语法写的,LL(1),LR的,递归下降的,还有语义分析部分,有四元式,逆波兰式等等,而且每个都能调试运行。(不好的,我可不拿出来现眼)-Number of procedures, C++ prepared. They are doing when compiling the collection of class-based reference, huh, huh, are放上来, and a variety of
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:7874305
    • 提供者:wangyao
  1. 1

    0下载:
  2. 编译原理的语法分析实验,运用LL(1)方法进行分析 ,里面含有一个CPP文件,用VC运行,程序已调通-Compiler parsing principle experiments, the use of LL (1) methods of analysis, which contains a CPP file with VC running, the program has been transferred Qualcomm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1662
    • 提供者:duanxinn
  1. CompileDesign

    0下载:
  2. 本次课程设计主要实现语法分析器的构造,该语法分析器能够分析词法分析器的结果,即单词二元式。在输入单词二元式后,能输出分析的结果。 1、构造LL(1)分析表 2、求句子的预测分析过程-The main achievement of the curriculum design of the structure parser, the syntax analyzer to analyze the results of lexical analyzer, that is, the dual-ty
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:409719
    • 提供者:穆鹏
  1. 2006435013

    0下载:
  2. 基于LL(1)法的条件语句语法语义分析程序. 编译原理的课程设计-this is ll(1)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:441080
    • 提供者:余欢
  1. ifelse

    0下载:
  2. 此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的相关知识技术描述如下)-This procedure is
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:74841
    • 提供者:李伟霞
  1. LL_1

    0下载:
  2. LL(1)语法分析源代码,编译原理的课程作业-LL(1)syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:793648
    • 提供者:王梓桐
  1. yufa

    0下载:
  2. VS2010编写的LL(1)语法分析器,first和follow集合,构造预测分析表,以及对输入进行分析!-LL parser, seeking first and follow sets, table structure prediction analysis, and analysis of the input grammar!
  3. 所属分类:Compiler program

    • 发布日期:2017-05-21
    • 文件大小:6213983
    • 提供者:jim
  1. Parsing

    1下载:
  2. 语法分析程序的设计与实现 方法2:编写LL(1)语法分析程序,要求如下: (1)编程实现算法4.2,为给定文法自动构造预测分析表; (2)编程实现算法4.1,构造LL(1)预测分析程序。 2. 方法3:编写语法分析程序实现自底向上的分析,要求如下: 构造识别所有活前缀的DFA。 构造LR分析表。 编程实现算法4.3,构造LR分析程序。 -Parser design and implementation of Method 2: preparat
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-12-20
    • 文件大小:422797
    • 提供者:Eric
  1. LL(1)-grammar_analyse

    0下载:
  2. 编译原理上机实验:LL(1)语法分析。包含测试文本,本语法分析器可以实现对文本的语法分析。-Compiler theory on experiments: LL (1) parsing. Contains test text, the parser can parse the text.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1925176
    • 提供者:weiyi
  1. 语法分析器

    0下载:
  2. 该程序使用的自上而下的LL(1)分析法,,该文法不允许左递归,首先要消除左递归。(The program uses the top-down LL (1) analysis method, which does not allow left recursion, and the left recursion is first eliminated.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2194432
    • 提供者:寻常j
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com